home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sharewar / online / webpagec / wpc.exe / 0 / RCDATA / THORIZRULE / THORIZRULE.txt
Encoding:
Text File  |  1996-04-05  |  3.4 KB  |  172 lines

  1. object HorizRule: THorizRule
  2.   Left = 200
  3.   Top = 118
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Horizontal Rule'
  7.   ClientHeight = 213
  8.   ClientWidth = 363
  9.   Font.Color = clWindowText
  10.   Font.Height = -18
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   TextHeight = 20
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 76
  20.     Width = 128
  21.     Height = 20
  22.     Caption = 'Width In Percent:'
  23.     Font.Color = clBlue
  24.     Font.Height = -18
  25.     Font.Name = 'Times New Roman'
  26.     Font.Style = []
  27.     ParentFont = False
  28.   end
  29.   object Label2: TLabel
  30.     Left = 104
  31.     Top = 28
  32.     Width = 34
  33.     Height = 20
  34.     Alignment = taRightJustify
  35.     Caption = 'Size:'
  36.     Font.Color = clBlue
  37.     Font.Height = -18
  38.     Font.Name = 'Times New Roman'
  39.     Font.Style = []
  40.     ParentFont = False
  41.   end
  42.   object GroupBox1: TGroupBox
  43.     Left = 225
  44.     Top = 16
  45.     Width = 128
  46.     Height = 129
  47.     Caption = 'Alignment'
  48.     Color = clSilver
  49.     Font.Color = clBlue
  50.     Font.Height = -17
  51.     Font.Name = 'System'
  52.     Font.Style = []
  53.     ParentColor = False
  54.     ParentFont = False
  55.     TabOrder = 2
  56.     object RadioButton1: TRadioButton
  57.       Left = 33
  58.       Top = 33
  59.       Width = 88
  60.       Height = 16
  61.       Caption = 'Center'
  62.       Checked = True
  63.       Color = clSilver
  64.       Font.Color = clMaroon
  65.       Font.Height = -17
  66.       Font.Name = 'System'
  67.       Font.Style = [fsBold]
  68.       ParentColor = False
  69.       ParentFont = False
  70.       TabOrder = 0
  71.       TabStop = True
  72.     end
  73.     object RadioButton2: TRadioButton
  74.       Left = 33
  75.       Top = 64
  76.       Width = 65
  77.       Height = 17
  78.       Caption = 'Left'
  79.       Color = clSilver
  80.       Font.Color = clMaroon
  81.       Font.Height = -17
  82.       Font.Name = 'System'
  83.       Font.Style = [fsBold]
  84.       ParentColor = False
  85.       ParentFont = False
  86.       TabOrder = 1
  87.     end
  88.     object RadioButton3: TRadioButton
  89.       Left = 33
  90.       Top = 96
  91.       Width = 72
  92.       Height = 22
  93.       Caption = 'Right'
  94.       Color = clSilver
  95.       Font.Color = clMaroon
  96.       Font.Height = -17
  97.       Font.Name = 'System'
  98.       Font.Style = [fsBold]
  99.       ParentColor = False
  100.       ParentFont = False
  101.       TabOrder = 2
  102.     end
  103.   end
  104.   object CheckBox1: TCheckBox
  105.     Left = 40
  106.     Top = 129
  107.     Width = 121
  108.     Height = 17
  109.     Caption = 'No Shade'
  110.     Color = clSilver
  111.     Font.Color = clBlue
  112.     Font.Height = -17
  113.     Font.Name = 'System'
  114.     Font.Style = [fsBold]
  115.     ParentColor = False
  116.     ParentFont = False
  117.     TabOrder = 3
  118.   end
  119.   object BitBtn1: TBitBtn
  120.     Left = 64
  121.     Top = 165
  122.     Width = 89
  123.     Height = 33
  124.     TabOrder = 4
  125.     OnClick = BitBtn1Click
  126.     Kind = bkOK
  127.   end
  128.   object BitBtn2: TBitBtn
  129.     Left = 208
  130.     Top = 165
  131.     Width = 90
  132.     Height = 33
  133.     TabOrder = 5
  134.     OnClick = BitBtn2Click
  135.     Kind = bkCancel
  136.   end
  137.   object SpinEdit1: TSpinEdit
  138.     Left = 144
  139.     Top = 24
  140.     Width = 44
  141.     Height = 39
  142.     Color = clSilver
  143.     Font.Color = clMaroon
  144.     Font.Height = -17
  145.     Font.Name = 'System'
  146.     Font.Style = [fsBold]
  147.     MaxLength = 2
  148.     MaxValue = 10
  149.     MinValue = 1
  150.     ParentFont = False
  151.     TabOrder = 0
  152.     Value = 2
  153.   end
  154.   object SpinEdit2: TSpinEdit
  155.     Left = 144
  156.     Top = 73
  157.     Width = 67
  158.     Height = 38
  159.     Color = clSilver
  160.     Font.Color = clMaroon
  161.     Font.Height = -17
  162.     Font.Name = 'System'
  163.     Font.Style = [fsBold]
  164.     MaxLength = 3
  165.     MaxValue = 100
  166.     MinValue = 5
  167.     ParentFont = False
  168.     TabOrder = 1
  169.     Value = 100
  170.   end
  171. end
  172.